Overload | Description |
---|---|
CollectionBase<T> Constructor() | Initializes a new instance of the CollectionBase<T> class. |
CollectionBase<T> Constructor(CollectionBase<T>) | Initializes a new instance of the CollectionEx<T> class containing the elements of the specified source collection. |
CollectionBase<T> Constructor(T[]) | Initializes a new instance of the CollectionEx<T> class containing the specified array of T objects. |